html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{ 
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.spill{
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis; 
}
.multiSpill{
	word-break:break-all;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
  /* -webkit-line-clamp:3;*/
   overflow:hidden;
}
input {
	-webkit-appearance:none;
	-moz-appearance:none;
}
textarea{ 
	-webkit-appearance:none;
	-moz-appearance:none;
}   
input:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.wrapper{
 	width:1200px;
 	margin:0 auto;
}
.container img{
 	width:100%;
	display:block;
}
button{
	cursor:pointer;
}
select{
	cursor:pointer;
}
input type:checkbox{
	cursor:pointer;
}
input type:radiobox{
	cursor:pointer;
}

/*2_出售信息 starts*/
.grayBack{
	background:#f2f2f2;
}
.grayBackOne{
	background:#f2f2f3;
}
.container{
	margin-top:61px;
	min-width:1200px;
}
.fixed {
    position: fixed !important;
    top: 61px;
    width:1200px;
    z-index: 1000;
}
.tabbedMain{
	position:relative;
}
.tabbedMain .TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	position:relative;
}
.tabbedMain .firstTab  .tabbedMainGroup{
	width: 100%; 
	position:relative;
}
.tabbedMain .firstTab .TabbedPanelsTab {
	top: 1px;
    float: left;
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    cursor: pointer;
	color: #333333;	
	padding:18px 0 16px 0;
	text-align:center;
}
.tabbedMain .firstTab .tabbedMainTab {
	top: 1px;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    cursor: pointer;
	color: #333333;	
	padding:18px 0 16px 0;
	width:64px;
	text-align:center;
	margin-right:30px;
}
.tabbedMain .firstTab .oneS{
	margin-left:22px;
}
.tabbedMain .firstTab .active{
	border-bottom:3px solid #22bae0;
}
.tabbedMain .TabbedPanelsTab:focus{
	outline:none
}
.alllistbg{
	background:#fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	padding: 0px;
	z-index:99999;
}
/*.alllistleft{
	width:74%;
}
.alllistright{
	width:12%;
}*/
/*sidetext starts*/
/*.sideSect{
	top:0px;
	right:0;
	z-index:10;
	padding:8px 0;
}*/
.sideSect li{
	float:left;	
	padding-top: 10px;
}
.sideSect li button{
	color:#999999;
	font-size:10px;
	background:#fff;
	padding:0 10px;
	vertical-align: middle;
    margin-top: -31px;
}
.sideSect li .heart{
	width:17px;
	display:block;
	margin-bottom:3px;
}
.sideSect li .brdrOne{
	width:1px;
	height:36px;
	display:inline-block;
	background:#eeeeee;
}
.sideSect li .lastbrdOne{
	margin-right:10px;
}
.splMrgn{
	margin-left:190px;
}
/*sidetext ends*/
/*headerMain start*/

.headerMain {
    padding-bottom: 40px;
}
.headerMain .headerLeft {
    width: 370px;
}
.headerMain .headerRight {
    width: 385px;
    margin-top: 8px;
}
.headerMain ul {
    padding: 15px 0px 28px 0px;
}
.headerMain ul li {
    color: #999999;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}
.headerMain ul li a {
    color: #999999;
    font-size: 12px;
}
.headerMain .mrgno {
    margin: 0px;
}
.headerMain h1 {
    color: #394043;
    font-size: 34px;
	line-height:35px;
}
.headerMain .bgBlue {
    background: #22bae0;
    color: #ffffff;
    font-size: 14px;
    padding: 4px 5px;
    margin-left: 5px;
	display:inline-block;
}
.headerMain h2 {
    padding-top: 20px;
}
.headerMain h2 a {
    color: #616669;
    font-size: 16px;
	vertical-align:middle;
}
.headerMain .location {
    vertical-align: middle;
    width: 16px;
    display: inline-block;
}
.headerMain .textRight h3 {
    padding: 5px 14px 9px 14px;
}
.headerMain .textLeft h3 {
    margin: 23px 0;
}
.headerMain h3 a {
    color: #22bae0;
    font-size: 16px;
}
.headerMain .bluetext {
    color: #394043;
    font-size: 16px;
    margin-right: 19px;
}
.headerMain .textLeft {
    margin-left: 5px;
    width: 185px;
}
.headerMain .textRight {
    border-left: 2px solid #d9d9d9;
    width: 175px;
    margin-right: 10px;
}
/*headerMain end*/
/*commonCnt starts*/

.commonCnt{
	background:#fff;
	margin-top:25px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
}
.commonWdth{
	width:1154px;
	margin:0 auto 60px auto;
}
.commonSame{
	padding:25px 0 43px 0;
}
.commonWdth h2{
	font-size:22px;
	color:#333333;
	padding: 20px 0 26px 0;
	border-bottom:1px solid #eeeeee;
	font-weight:bold;
}
.commonWdth h1{
	font-size:20px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
}
.commonWdth h3{
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:14px;
}
.commonCnt dl{
	float:left;
	margin-left:37px;
	position:relative;
	cursor:pointer;
}
.commonCnt dl dt{
	width:360px;
}
.commonCnt dl dd{
	position:absolute;
	width:360px;
	margin:0 auto;
	top:90px;
}
.firstDl{
	margin-left:0px !important;
}
/*commonCnt ends*/
/*secondTab start*/
.tabbedMain .secondTab .TabbedPanelsTabGroup{
	margin-bottom:0 ;
	box-shadow:none;
	border-bottom:1px solid #22bae0;
}
.tabbedMain .secondTab .TabbedPanelsTab{
	padding:7px 0px ;
	margin-right:0;
	width:106px;
}
.tabbedMain .secondTab .TabbedPanelsTabSelected{
	background:#22bae0;
	border-bottom:none ;
}
.tabbedMain .secondTab .TabbedPanelsTabSelected h1{
	color:#fff ;
}
.tabbedMain .secondTab .TabbedPanelsTabSelected h2{
	color:#fff ;
}
/*secondTab end*/
.containerTwo{
	width:1200px;
	margin:0 auto;
}
.containerTwo .firStSection{
	margin:25px 0 23px 0;
	background:#fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
}
.containerTwo .myTab h1{
	font-size:12px;
	color:#333333;
	text-align:center;
}
.containerTwo .myTab h2{
	font-size:12px;
	color:#999999;
	text-align:center;
	padding-top:12px;
}
.containerTwo .leftSection{
	width:770px;
	margin-left:26px;
}
.containerTwo .mainHead{
	font-size:22px;
	color:#333333;
	font-weight:bold;
	padding:18px 0 20px 0;
}
.containerTwo .menuOne{
	border-bottom:1px solid #eeeeee;
}
.containerTwo .menuOne li{
	float:left;
	text-align:center;
	padding:14px 0px;
	font-size:14px;
	color:#333333;
}
.containerTwo .menuOne .one{
	width:113px;
}
.containerTwo .menuOne .two{
	width:177px;
}
.containerTwo .menuOne .menuOneText{
	vertical-align:middle;
}
.containerTwo .menuOne .menuOneTextTwo{
	color:#999999;
}
.containerTwo .menuOne .menuOnePicOne{
	width:12px;
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
}
.containerTwo .menuOne .three{
	width:174px;
}
.containerTwo .menuOne .four{
	width:152px;
}
.containerTwo .menuOne .five{
	width:154px;
}

.containerTwo .loopCntMain{
	padding-bottom:40px;
}
.containerTwo .loopCnt{
	margin-top:30px;
}
.containerTwo .loopCnt li{
	float:left;
	text-align:center;
	font-size:16px;
	margin: 25px 0 24px 0;
}
.containerTwo .loopCnt .six{
	width:110px;
	margin:0;
}
.containerTwo .loopCnt .six a{
	display:block;
}
.containerTwo .loopCnt .seven{
	width:177px;
	color:#333333;
}
.containerTwo .loopCnt .eight{
	width: 174px;
    font-size: 18px;
    color: #22bae0;
    font-weight: bold;
    margin: 23px 0;
}
.containerTwo .loopCnt .nayen{
	width:152px;
	color:#333333;
}
.containerTwo .loopCnt .ten{
	width:154px;
	color:#999999;
}



.containerTwo .rightSection{
	width:270px;
	margin-right:67px;
}
/*cntrTwoRight start*/
.cntrTwoRight{
	width:270px;
	margin-top:43px;
}
.cntrTwoRight .boxSec{
	background:#fafafa;
	padding:13px 0 20px 0;
}
.cntrTwoRight .boxSecHead{
	font-size:16px;
	color:#000000;
	padding:2px 0 0 15px;
	font-weight: bold;
    letter-spacing: 1px;
}
.cntrTwoRight .closePic{
	width:18px;
    padding-right: 10px;
	cursor:pointer;
}
.cntrTwoRight .inpSec{
	width:180px;
	margin:0 auto;
	padding-top:18px;
}
.cntrTwoRight .inpOne{
	width:178px;
	border:1px solid #cccccc;
	font-size:12px;
	color:#999999;
	height:38px;
	line-height:38px;
	text-indent:8px;
	border-radius:5px;
	margin-bottom:15px;
}
.cntrTwoRight .inpOne::-webkit-input-placeholder {
   color:#999999;
   font-size:12px;
}
.cntrTwoRight .btnSec{
	width: 132px;
    margin: 0 auto;
}
.cntrTwoRight .btnRight{
	font-size:18px;
	color:#ffffff;
	background:#22bae1;
	border-radius:3px;
	padding: 10px 0px;
	width:100%;
}
.cntrTwoRight .rightPic{
	width:270px;
	margin-top:30px;
}
/*cntrTwoRight end*/

/*third tab starts*/
.thirdTab h1{
	font-size:14px;
	color:#333333;
}
.thirdTab li:hover h1{
	color:#fff;
}
.thirdTab li:hover{
	background-color:#22bae0;
}
.thirdTab .first{
	margin-left:0px !important;
}
.thirdTab .TabbedPanelsTabSelected{
	background-color:#22bae0;
}
.thirdTab .TabbedPanelsTabSelected h1{
	color:#fff;
}
.thirdTab .imgsec{
	width:100%;
}
.tabbedMain .thirdTab .TabbedPanelsTab {
    padding: 9px 8px !important;
    margin-left: 5px;
}
 .tabbedMain .thirdTab .TabbedPanelsTabGroup {
    margin: 20px 0px !important;
}
/*third tab ends*/
/*firstsection starts*/
.sec_section .firstimage {
	background:url(../images/containersix_first.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.sec_section .newbutton {
    background-color: transparent;
    width: 380px;
    padding: 25px 0px 20px 5px;
}
.sec_section .f_sec {
    width: 380px;
    border1: 1px solid #f3f3f3;
}
.sec_section .eight{
	border-right:none !important;
}
.sec_section .one {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	text-align: left;
}
.sec_section .two {
    font-size: 13px;
    color: #808080;
    padding-top: 8px;
	text-align: left;
	padding-right:12px;
	line-height:20px;
}
.sec_section .secimage {
	background:url(../images/containersix_two.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.sec_section .thirdimage {
	background:url(../images/containersix_three.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.sec_section .fourthimage {
	background:url(../images/containersix_four.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.sec_section .fifthimage {
	background:url(../images/containersix_five.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.sec_section .sixthimage {
	background:url(../images/containersix_six.png) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.whole_sec {
    width: 265px;
    padding: 8px 0px 8px 15px;
}
.firstsec {
    background-color: #fff;
    margin: 20px 0px 20px 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
}
.firstsec .firs_sec h1 {
    padding: 20px 0px 25px 0px;
}
.firstsec .firs_sec {
    width: 1150px;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
}
 .firstsec  .three {
    display: block;
}
 .firstsec  .top {
    padding: 20px 0px 40px 0px !important;
}
.whole {
    background-color: #fff;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
}
.whole .whole_one {
    width: 1150px;
    margin: 0 auto;
}
 .whole .whole_one h4 {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0px 25px 2px;
    font-size: 22px;
    color: #333333;
	font-weight:bold;
}
/*firstsection ends*/
/*2_出售信息 ends*/
/*container15 common*/
.disc-detail h2{
	font-size:20px;
	padding-bottom:8px;
	color:#333;
}
.disc-detail h3{
	font-size:14px;
	color:#333;
	padding-bottom:8px;
	text-align:right;
}
.disc-detail p{
	color:#b2b2b2;
	font-size:14px;
	letter-spacing:.5px;
	text-transform:uppercase;
}
.disc-detail span{
	font-size:20px;
	color:#22bae0;
}
.disc-box{
	width:374px;
	display:block;
	margin:0 38px 30px 0;
	float:left;
}
.gap{
	margin:0 !important;
}
.disc-box a{
  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
.disc-box a:hover{
	box-shadow: 0 0 15px #9A9A9A;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}
/*container15 common*/
/*container8 and container3 starts*/
.paginations{
	padding: 60px 0px 60px 0px;
	width:100%;
	margin:0 auto;	
}
.paginations .nobo{
	margin-left:0px !important;	
}
.paginations .pagin{
	border:1px solid #b3b3b3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	color:#b3b3b3;
	font-size:16px;
	text-transform:uppercase;
	margin-left:8px;
	float:left;	
	overflow:hidden;
}
.paginations .pagin a{
	font-size:16px;	
	color:#b3b3b3;
	padding: 4px 9px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.paginations .lastPagin{
	padding: 4px 9px;
}
.oneLoop  .mainText{
	margin-left:20px;	
}
.oneLoop{
	width:1200px;
	position:relative;	
	cursor:pointer;
}
.loopSec .oneLoop:hover{
	-webkit-box-shadow: 0 2px 15px rgba(27,26,27,.2);
	-moz-box-shadow: 0 2px 15px rgba(27,26,27,.2);
	box-shadow: 0 2px 15px rgba(27,26,27,.2);
}
.topseletor{
	border:1px solid #ededed;
	margin:91px 0px 0px 0;
}
.containerThree .sumthing{
	margin-left:18px;
	color:#333333;
	font-size:14px;
	padding:15px 0px;
}
.topseletor .lyn{
	margin-top:15px;	
}
.topseletor .lyn .lineHeader{
	color:#000000;
	font-size:14px;	
	float: left;
	line-height:27px;
}
.middleSec .rightSide{
	margin-right:25px;	
}
.middleSec  .butt.act{
	background-color:#22bae0;	
}
.middleSec  .butt{
	 margin: 12px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 28px 8px 20px;
    background: #999999;
    background-size: 12px 7px;
	color:#ffffff;
    background-position: 62px 15px;
}	
.topseletor .lyn ul li{
	float:left;
	font-size:14px;
	color:#666666;
	text-align:center;
	margin-left:15px;
	cursor:pointer;	
	line-height:27px;
}
.topseletor .lyn .listss a{
	color:#666;
}
.topseletor .lyn  .clearAll a{
	color:#22bae0;	
}
.middleSec{
	background:#fafafa;	
	border-bottom: 1px solid #ededed;
}
.topseletor .lyn .listss{
	float:right;
	width:1070px;	
}

.topseletor .innerContent{
	padding:30px;
	border-bottom:1px solid #f2f2f2;
	margin:0;	
}
.nobo{
	margin-left:0px !important;	
}
.notop {
    margin-top: 0px !important;
}
/*container8 and container3 ends*/
@media(max-width:1024px){
.fixed{
		width:100%;
}

}
.anchorBL{display:none}